home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 198
- Top = 18
- Width = 426
- Height = 444
- Caption = 'IACS Demo'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- PixelsPerInch = 96
- OnClose = FormClose
- OnCreate = FormCreate
- TextHeight = 15
- object Label2: TLabel
- Left = 16
- Top = 336
- Width = 50
- Height = 15
- Caption = 'Pick a file'
- end
- object Label3: TLabel
- Left = 208
- Top = 236
- Width = 80
- Height = 15
- Caption = 'TIAComboBox'
- end
- object Label4: TLabel
- Left = 128
- Top = 8
- Width = 160
- Height = 30
- Caption = 'IACs for Delphi'
- Font.Color = clMaroon
- Font.Height = -27
- Font.Name = 'Arial Narrow'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 51
- Width = 400
- Height = 169
- Caption = 'TIAListBox, TIAEdit, TIACheckBox Demo'
- TabOrder = 0
- object Label1: TLabel
- Left = 213
- Top = 27
- Width = 104
- Height = 15
- Caption = 'Text for the ListBox'
- end
- object IAListBox1: TIAListBox
- Left = 16
- Top = 23
- Width = 162
- Height = 133
- ItemHeight = 15
- TabOrder = 0
- INISource = IASource1
- INISection = 'FirstSection'
- INIItem = 'ListBox'
- IniSaveItems = True
- end
- object IAEdit1: TIAEdit
- Left = 214
- Top = 44
- Width = 163
- Height = 22
- TabOrder = 1
- INISource = IASource1
- INISection = 'FirstSection'
- INIItem = 'EditBox'
- end
- object Button1: TButton
- Left = 212
- Top = 116
- Width = 89
- Height = 33
- Caption = 'Add Item'
- TabOrder = 2
- OnClick = Button1Click
- end
- object SaveListBoxItems: TIACheckBox
- Left = 214
- Top = 83
- Width = 127
- Height = 17
- Caption = 'Save ListBox Items'
- State = cbChecked
- TabOrder = 3
- OnClick = SaveListBoxItemsClick
- INISource = IASource1
- INISection = 'FirstSection'
- INIItem = 'CheckBox'
- end
- object Button2: TButton
- Left = 300
- Top = 116
- Width = 89
- Height = 33
- Caption = 'Clear List'
- TabOrder = 4
- OnClick = Button2Click
- end
- end
- object BitBtn1: TBitBtn
- Left = 322
- Top = 371
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkClose
- Style = bsNew
- end
- object GroupBox2: TGroupBox
- Left = 12
- Top = 232
- Width = 185
- Height = 85
- Caption = 'Information from Install'
- TabOrder = 2
- object IALabel1: TIALabel
- Left = 8
- Top = 28
- Width = 84
- Height = 15
- Caption = 'Temporary Text'
- INISource = IASource1
- INISection = 'Reg'
- INIItem = 'Name'
- end
- object IALabel2: TIALabel
- Left = 8
- Top = 52
- Width = 84
- Height = 15
- Caption = 'Temporary Text'
- INISource = IASource1
- INISection = 'Reg'
- INIItem = 'Company'
- end
- end
- object IAEditCombo1: TIAEditCombo
- Left = 76
- Top = 332
- Width = 329
- Height = 22
- INISource = IASource1
- INISection = 'ThirdSection'
- INIItem = 'IAEditCombo'
- TabOrder = 3
- end
- object IAComboBox1: TIAComboBox
- Left = 208
- Top = 252
- Width = 197
- Height = 23
- ItemHeight = 15
- TabOrder = 4
- INISource = IASource1
- INISection = 'SecondSection'
- INIItem = 'ComboBox'
- INISaveItems = True
- end
- object IASRButton1: TIASRButton
- Left = 8
- Top = 372
- Width = 105
- Height = 33
- Caption = '&Save'
- TabOrder = 5
- INISource = IASource1
- SaveButton = True
- ActionAfterEvent = False
- end
- object IASRButton2: TIASRButton
- Left = 111
- Top = 372
- Width = 105
- Height = 33
- Caption = '&Restore'
- TabOrder = 6
- INISource = IASource1
- SaveButton = False
- ActionAfterEvent = False
- end
- object INISaveItemsChkBx: TIACheckBox
- Left = 208
- Top = 280
- Width = 121
- Height = 17
- Caption = 'Save Combo Items'
- State = cbChecked
- TabOrder = 7
- OnClick = INISaveItemsChkBxClick
- INISource = IASource1
- INISection = 'SecondSection'
- INIItem = 'SaveComboItems'
- end
- object KeepHistoryChkBx: TIACheckBox
- Left = 208
- Top = 300
- Width = 141
- Height = 17
- Caption = 'Keep History of Entries'
- State = cbChecked
- TabOrder = 8
- OnClick = KeepHistoryChkBxClick
- INISource = IASource1
- INISection = 'SecondSection'
- INIItem = 'KeepHistory'
- end
- object BitBtn2: TBitBtn
- Left = 225
- Top = 372
- Width = 89
- Height = 33
- Caption = 'Ordering'
- TabOrder = 9
- OnClick = BitBtn2Click
- Style = bsNew
- end
- object Button3: TButton
- Left = 352
- Top = 280
- Width = 53
- Height = 33
- Caption = 'Clear'
- TabOrder = 10
- OnClick = Button3Click
- end
- object IASource1: TIASource
- FileName = 'iacsdemo.ini'
- Left = 8
- Top = 4
- end
- end
-